Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info

Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info
Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info

The Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info schema contains the detailed information about the container image registry.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "id": "string",
    "name": "string",
    "image_registry": {
        "hostname": "string",
        "port": 0,
        "username": "string",
        "password": "string",
        "certificate_chain": "string"
    },
    "default_registry": false
}
string
id
Required

Identifier of the container image registry.

This property was added in vSphere API 8.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ContainerImageRegistry. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.ContainerImageRegistry.

string
name
Required

Name of the container image registry.

This property was added in vSphere API 8.0.3.0.

image_registry
Required

The Vcenter NamespaceManagement Supervisors ContainerImageRegistries Info.image_registry schema contains the specification of the container image registry endpoint.

This property was added in vSphere API 8.0.3.0.

boolean
default_registry
Required

Indicates if this registry is used as default.

This property was added in vSphere API 8.0.3.0.